This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sean Brefreeader 4.Dec.03 05:44 AM a Web browser Domino Server6.0.2 CF2AIX
Hi
I want to load my custom library as DSAPI filter on DOMINO 6.02 Web Server at AIX 5.1. i am using -G,-bM:SRE,-berok,-bnoentry option of AIX C compiler to build the library. After building the library , If I keep the name of my library as libauth.so DOMINO fails to load the library.However when I rename the library to libauth.a and it gets loaded successully as DSAPI filter.
Is there any naming convention for the DSAPI filter to load on AIX (I mean should it always be terminated by .a)???